ComponentOne ASP.NET MVC Controls
ServiceUrl Method (BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class : ServiceUrl Method
The value.
Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.ServiceUrl. Sets the url of the OData service.
Syntax
'Declaration
 
Public Function ServiceUrl( _
   ByVal value As String _
) As TBuilder
public TBuilder ServiceUrl( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class
BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Members